Integrating with other APIs and Frameworks
Accessing a database (MySQL) via JDBC
Drop the jdbc-lib.jar into the target directory.
Drop the MySQL JDBC driver Jar into the target directory.
Add the following properties to TheLittleContainer.properties:
Adding a JDBC Datasource provider
Drop the sample-datasource.jar into the target directory.
Adding DBCP Connection Pooling
Drop the sample-dbcp-pooling.jar into the target directory.
Adding JNDI
Drop the sample-jndi-provider.jar into the target directory.
Adding a JMS client
Drop the sample-jms-client.jar into the target directory.